home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / hardware-part1 / 1781 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.9 KB

  1. Path: norconnect.no!not-for-mail
  2. From: kenneth@norconnect.no (Kenneth C. Nilsen)
  3. Newsgroups: comp.sys.amiga.hardware
  4. Subject: Re: What lirary controls text in the windows?
  5. Date: 20 Jan 1996 02:41:22 +0100
  6. Organization: NorConnect Internet Services AS
  7. Message-ID: <2567.6592T436T1340@norconnect.no>
  8. References: <Pine.SUN.3.91.960118122147.20805A-100000@deathstar>
  9. NNTP-Posting-Host: norconnect.no
  10. X-Newsreader: THOR 2.21 (Amiga;SOUP)
  11.  
  12. >When i open a file requester from a program to load a file from a program 
  13. >screen, somewhere between the file name and the size i see a lot of 
  14. >garbage characters like '@#||{|||' and when i click on the requester to 
  15. >[...]
  16.  
  17. >all the programs work, i just can't see any of what it's doing. :(
  18.  
  19. I had this problem before I upgraded from 2.04 to 3.1. I found out that in
  20. the programs with these problems they used %D (uppercase D) for the input
  21. string for exec.library/RawDoFmt(). I have made a patch for this and feel
  22. free to use it. Note: I made this for my own use so don't blame me if it
  23. doesn't work. Please tell me how things went..
  24.  
  25.  
  26. begin 644 PatchRawDoFmt
  27. M```#\P`````````!``````````````$>```#Z0```1Y@>B1615(Z(%!A=&-H
  28. M4F%W1&]&;70@,2XP("@Q+C@N.34I#0I#;W!Y<FEG:'0@J2`Q.3DU+"!$:6=I
  29. M=&%L(%-U<F9A8V4N($%L;"!R:6=H=',@<F5S97)V960N("!4:&ES('!R;V=R
  30. M86T@:7,@<'5B;&EC(&1O;6%I;BX`2.?__BI(+'@`!$/Z`+AP`$ZN_=@CP```
  31. M`3QG``!0#!4`/V<``'X@/````$DB/``!``%.KO\Z+@!G```R(D!!^@-V(#P`
  32. M``!%$MA1R/_\3J[_B").('S___WV(`=.KOY<($<A0`!"3J[_@F$4(#H`4F<&
  33. M(D!.KOYB3-]__W``3G4L>@`^3J[_Q"(`9Q`D/````4PF/````#Q.KO_0+'@`
  34. M!$YU+'H`'$ZN_\0B`&<0)#P```&()CP```*J3J[_T&"L`````&1O<RYL:6)R
  35. M87)Y``I0871C:"!287=$;T9M="@I('9E<BX@,2!B>2!+96YN971H($,N($YI
  36. M;'-E;@I);G-T86QL960N+BX*"@I0871C:"!287=$;T9M="@I('9E<BX@,0I#
  37. M;W!Y<FEG:'0@J2`Q.3DU+"!B>2!+96YN971H($,N($YI;'-E;BX*"E1H:7,@
  38. M<')O9W)A;2!I<R!0=6)L:6,@1&]M86EN(0H*2&%V92!Y;W4@979E<B!H860@
  39. M=')O=6)L92!W:71H(&9I;&5R97%U97-T97)S(&]R('!R;V=R86US('-H;W=I
  40. M;F<@82!B:6<@(D0B"FEN<W1E860@;V8@=&AE(')E86P@<VEZ92!O<B!N=6UB
  41. M97(_"@I796QL+"!T:&5N('1H:7,@<')O9W)A;2!I<R!Y;W5R('-O;'5T:6]N
  42. M+B!)="!P871C:&5S('1H92!287=$;T9M="@I(&9U;F-T:6]N"F%N9"!P87)S
  43. M97,@=&AE('-T<FEN9R!A,"!P;VEN=',@=&\N($ET(&QO;VMS(&9O<B!T:&4@
  44. M(B4B('-I9VX@86YD('1H96X@:70@=')I97,*=&\@9FEN9"!A(&)I9R`B1"(@
  45. M86YD(')E<&QA8V4@:70@=VET:"!A(&QI='1L92`B9"(N($ET(&AA<R`S('!O
  46. M<W-I8FEL:71E<R!W:71H"G1H:7,@<&%T8V@Z("5$+"`E;$0@86YD("4N;$0L
  47. M(&EF('1H97)E(&%R92!A;GD@;W1H97(@8V]M8FEN871I;VYS('EO=2=D(&QI
  48. M:V4@=&\*8VAE8VL@;W5T+"!T:&5N(&1I9R!T:&4@<')O9W)A;2!Y;W5R<V5L
  49. M9BP@=&AE('-O=7)C92!I<R!A8V-O;7!A;FEN9R!T:&ES"F5X96-U=&%B;&4N
  50. M"@I4;R!C;VYT86-T(&UE.B!+96YN971H($,N($YI;'-E;BP@2W9E<FYH=7-R
  51. M96YE;B`S,2P@3BTU,C(W(%,M3F5S970N"@I(YS\^*D@<&&<J#`8`)6;V#!``
  52. M1&8"8!9!Z``!#!``1&8"8`I!Z``!#!``1&;8$+P`9($TJ>@`*3I5,WWS\
  53. F3G4````````#[`````,`````````D@```0H```$L`````````_)B
  54. ``
  55. end
  56. size 1208
  57.  
  58.  
  59. ---
  60. CREATIVE LINKS                       __     Kenneth C. Nilsen
  61. http://www.norconnect.no/~kenneth   /_/\    e-mail: kenneth@norconnect.no
  62. "Everything you want"               \_\/    Software & MultiMedia developer
  63.